/*头部样式*/
#header{width:1200px;margin:0 auto;height: 110px;}
.logo{float:left;}
.logo img{
	margin-top: 16px;
}
.head1{
	height: 40px;
	border-bottom: 1px solid #ededed;
}
.head1,.head1 a{
	color: #a7a7a7;
	font:500 12px/40px "微软雅黑";
}
.head1 a:hover{
	color: #00a53d;
}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{
	background: url(../images/avccvc.png) no-repeat left center;
	padding-left: 53px;
	line-height: 28px;    margin-top: 24px;
}

#menu{
	height: 50px;
	background: #00a53d;
}

/*热门搜索*/
.ssk{
	border-bottom: 1px solid #e0e0e0;
}
.search{text-align:left;height:66px;}
#formsearch{width:auto;float:right;background: url(../images/ssk1.png) no-repeat left center;width: 245px;height: 39px;    margin-top: 14px;}
.hotSearch{width:auto;float:left;height:66px;line-height:66px;font-weight:normal;color: #999999;font-size: 14px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;color: #999999;}
#formsearch input{height:39px;background:#fff;border:none;line-height:39px;}
#formsearch input#keyword{height:39px;line-height:39px;padding-left:4px;color:#999999;width: 208px;background: transparent;text-indent: 20px;font-size: 14px;}
#formsearch input#s_btn{width:29px;height:39px;line-height:39px;text-align:center;background-color:transparent;color:#fff;border:none;cursor:pointer;}



.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.container{width:1200px;margin:0 auto;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.title_a1{
	text-align: center;
}
.title_a1 span{
	color: #00a53d;
	font:500 36px/42px "Constantia";
	text-transform: uppercase;
	display: block;
}
.title_a1 h2{
	color: #333333;
	font:600 26px/35px "微软雅黑";
	background: url(../images/fghafhg1.png) no-repeat center;
}
.title_a1 p{
    color: #888888;
	font:500 18px/35px "微软雅黑";
}

/*cont1*/
.cont1{
	margin-top: 72px;
}
.a1_b1{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
}
.a1_b1 li{
	width: 280px;
	height: 280px;
	background: #00a53d;
	text-align: center;
	box-sizing: border-box;
	padding-top: 48px;
}
.a1_b1 li a.img{
	display: block;
	color: #fff;
}
.a1_b1 li h2{
    color: #fff;
   font:500 24px/38px "微软雅黑";
   margin-top: 10px;
}
.a1_b1 li h3{
    color: #fff;
	 font:500 12px/20px "Arial";  text-transform: uppercase;
}
.a1_b1 li i{
	display: block;
	transition: .5s;
}
.a1_b1 li:hover i{
	transform:rotateY(180deg);
}
/*cont2*/
.cont2{
	margin-top: 78px;
}
.a2_v1{
	background: url(../images/bjaf1.jpg) no-repeat center top;
	height: 738px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 40px;
	padding-top: 70px;
}
.a2_b1{
	background: url(../images/cpbj1.png) no-repeat left top;
	width: 370px;
	height: 598px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 140px 0 0 40px;
}
.a2_b2{
	width: 800px;
	height: 598px;
	background: rgba(255,255,255,.85);
	box-sizing: border-box;
	padding: 20px 31px 0;
}
.sort1{
	    width: 214px;
}
.sort1 li a{
	display: block;
	color: #333333;
	font:500 18px/62px "微软雅黑";
	background: url(../images/dian.png) no-repeat 2px center;
	text-indent: 38px;
	border-bottom: 1px dashed #999999;
}
.sort1 li a:hover{
	text-indent: 44px;
	color: #24ab32;
}
.product_list_a1{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_list_a1 li{
	margin-bottom: 6px;
	width: 360px;
}
.product_list_a1 li a.img{
	display: block;
	width: 358px;
	height: 236px;
	border:1px solid #cccccc;
	overflow: hidden;
}
.product_list_a1 li a.img img{
	width: 358px;
	height: 236px;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.product_list_a1 li:hover a.img img{
     -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
}
.product_list_a1 li h3 a{
	display: block;
	text-align: center;
	color: #666666;
	font:500 18px/45px "微软雅黑";
}
.product_list_a1 li:hover a.img{
	border-color: #00ac40;
}
/*cont3*/
.cont3{
	background: url(../images/bj1.jpg) no-repeat center top;
	height: 766px;
	box-sizing: border-box;
	padding-top: 76px;
}
.a3_v1{
	margin-top: 33px;
}
.a3_b1{
	width: 620px;
}
.a3_b2{
	width: 543px;
}
.a3_b2 img{
	width: 543px;
	height: 545px;
}
.a3_b1 h2{
	color: #00a53d;
	font:500 22px/34px "微软雅黑";
}
.a3_b1 h3{
	color: #666666;
	font:500 14px/30px "Arial";
	margin-top: 34px;
}
.a3_b1 .abt_wen{
	color: #666666;
	font:500 16px/32px "微软雅黑";
	margin-top: 35px; height:190px
}
.agafggva{
	margin-top: 175px;
}
.agafggva a.abt_more{
	display: inline-block;
	color: #fff;
	font:500 16px/43px "Arial";
	width: 178px;
	text-align: center;
	border:1px solid #fff;
	border-radius: 23px;
}
.agafggva span{
	display: inline-block;
	width: 350px;
	border:1px solid #fff;
	border-radius: 23px;
	color: #fff;
	font:500 20px/43px "Arial";
	background: url(../images/tplagh.png) no-repeat 33px center;
	text-indent: 66px;
	margin-left: 28px;
}
.agafggva a.abt_more:hover{
	color: #00a53d;
	background: #fff;
}
.agafggva span:hover{
	color: #00a53d;
	background: url(../images/tplagh1.png) no-repeat 33px center #fff;
}

/*cont4*/
.cont4{
	background: url(../images/bj2.jpg) no-repeat center top;
	height: 945px;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 78px;
}
.a5_b1 li{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 16px;
}
.a5_b1 li:nth-child(3n){
	margin-right: 0;
}
.a5_b1 li a.img{
	display: block;
	overflow: hidden;
	border:1px solid #ccc;
}
.a5_b1 li img{
	width: 378px;
	height: 256px;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.a5_b1 li:hover img{
	 -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
}
.a5_b1 li h3 a{
	display: block;
	text-align: center;
	color: #666666;
	font:500 18px/40px "微软雅黑";
}
.a5_b1 li:hover h3 a{
	color: #00ac40;
}
.a5_agaf1{
	text-align: center;
	font-size: 0;
}
.a5_agaf1 li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	object-position: hidden;
	text-indent: 100px;
	margin: 15px 10px 0;
	background: transparent;
	border:2px solid #dadada;
}
.a5_agaf1 li.on{
	background: #00ac40;
	border-color: #00ac40;
}
#multipleColumn{
	margin-top: 34px;
}
/*cont6*/
.cont6{
	background: url(../images/bj3.jpg) no-repeat center top;
	height: 804px;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 72px;
}
.title_a2{
	text-align: center;
}
.title_a2 span{
	color: #fff;
	font:500 36px/42px "Constantia";
	text-transform: uppercase;
	display: block;
}
.title_a2 h2{
	color: #fff;
	font:600 26px/35px "微软雅黑";
	background: url(../images/fghafhg2.png) no-repeat center;
}
.title_a2 p{
    color: #fff;
	font:500 18px/35px "微软雅黑";
}
.a6_b1{
	 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
}
.a6_b1 li{
	background: url(../images/fghafghfg.jpg) no-repeat center top;
	height: 450px;
	width: 360px;
	box-sizing: border-box;
	padding: 32px 28px 0;transition: all 0.8s;
}
.a6_b1 li:hover{
	margin-top: -20px;
}
.a6_b1 li h2{
	color: #00a53d;
	font:600 24px/32px "微软雅黑";
	text-align: center;
	padding:15px 0;
}
.a6_b1 li h2 span{
	display: block;
	color: #545454;
	font:500 16px/32px "微软雅黑";
}
.a6_b1 li h3{
	color: #333333;
	font:500 16px/31px "微软雅黑";
	margin-top: 15px;
}
.a6_b1 li i{
	display: block;
	text-align: center;
	margin-top: 20px;
}
.a6_b1 li b{
	color: #333333;
	font:500 20px/32px "Arial";
	display: block;text-align: center;
	margin-top: 16px;
}
.a6_b1 li .wehaff{
	color: #bfbebe;
	font:500 16px/32px "Arial";text-align: center;text-transform: uppercase;margin-top: 10px;
}
/*cont7*/
.cont7{
	background: url(../images/bj4.jpg) no-repeat center top;
	height: 801px;
	overflow: hidden;box-sizing: border-box;padding-top: 65px;
}
.a7_c1{
	width: 376px;
	height: 514px;
	box-sizing: border-box;
	padding: 30px 14px;
	float: left;
	border:1px solid #e2e2e2;
	background: #fff;
}
.xw_title1 h2{
	color: #333333;
	font:500 18px/48px "微软雅黑";
	background:url(../images/hjagjh1.png) no-repeat left center;
	padding-left: 13px;
}
.xw_title1 h2 span{
	color: #999999;
	font:500 12px/48px "微软雅黑";
	 text-transform: uppercase;
}
.xw_title1 a{
	color: #999999;
	font:500 12px/48px "微软雅黑"; text-transform: uppercase;
}
.xwzs1{
	margin-top: 10px;
}
.xwzs1 li {
	border-bottom: 1px dashed #e2e2e2;
}
.xwzs1 li a{
  color: #333333;
  font:500 14px/42px "微软雅黑";
  background: url(../images/jt.png) no-repeat 9px center;
  padding-left: 27px;
}
.xwzs1 li a:hover{
	color: #ff7700;
}
.xwzs1 li span{
	color: #999999;
  font:500 12px/42px "微软雅黑";
}
.a7_b1{
	margin-top: 40px;
}



/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}

/*前台多页签*/
.news{width:1200px;float:left;margin-top: 10px;}
.tab{position:relative;}
.tab li{float:left;width:100px;height:30px;display:block;line-height:30px;border:1px solid #ccc;margin-right:8px;text-align:center;color:#333;font-size:12px;cursor: pointer;}
.tab li.cur{color:#fff;text-decoration:none;font-size:12px;background:#3a78c1;border-color: #3a78c1;}

.tt{display: none;}
.list1{padding:8px 10px;}
.list1 li{line-height:27px;position:relative;vertical-align: middle;}
.list1 li a{background:url(../images/list_dot1.gif) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#e87518;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;}





/*友情链接*/
.f_link{height: 113px;background: #00a53d;}
.f_link .link{
    height: 75px;
    border-bottom: 1px solid #2fb45f;
    line-height: 20px;
    padding-top: 20px;
}
.link a{color: #edeee9;font-size: 13px;display: inline-block;width: 95px;text-align: center;}

/*页面底部*/
#footer{padding-top: 40px;height: 207px;background: #00a53d;    padding-bottom: 10px;}
.ff_a{width: 328px;}
.ff_a span{display: block;color: #fff;font-size: 20px;}
.nav_foot{margin-top: 24px;line-height: 34px;}
.nav_foot a{display: inline-block;font-size: 14px;color: #fff;margin-right: 55px}
.ff_b{width:590px;}
.ff_b span.span1{display: block;color: #fff;font-size: 20px;}
.ff_b .cont{margin-top: 22px;}
.ff_b .cont em{font-style: normal;color: #fff;font-size: 14px;display: block;margin-bottom: 7px}
.ff_b .cont div{margin-top: 6px;color: #dff0e0;font-size: 14px;line-height: 28px;}
.ff_b .cont div a{color: #dff0e0;font-size: 14px;}
/*.er img{margin-right: 10px;}*/
.er{width: 284px;overflow: hidden;margin-right: -10px;text-align: center;color: #fff;font-size: 14px;}
.copyright{text-align:center;color: #333333;font:500 14px/28px "微软雅黑";padding: 26px 0;}
.copyright a{
	color: #333333;
}

/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto}
.left{width:235px;float:left;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:940px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}


#maximg img{ max-width:100%; height:auto !important}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}